adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / ADTObjectCollectionT<T> Class / GetObject Method
The OID of the object to get from the collection.

In This Topic
    GetObject Method (ADTObjectCollectionT<T>)
    In This Topic
    Gets the object with the specified OID.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetObject( _
       ByVal oid As OID _
    ) As ADTObject
    public virtual ADTObject GetObject( 
       OID oid
    )

    Parameters

    oid
    The OID of the object to get from the collection.

    Return Value

    The requested object, or null (Nothing) if the object is not found in the collection.
    See Also